What options should I consider for a modern Web/Mobile development stack? [on hold]
Posted
by
jimmy_terra
on Programmers
See other posts from Programmers
or by jimmy_terra
Published on 2014-05-28T20:00:26Z
Indexed on
2014/05/28
22:00 UTC
Read the original article
Hit count: 249
I'm a long time server side dev who has been tasked with building a bleeding edge web UI (go figure), so apologies for the very broad nature of the question.
What are the best modern libraries, tools, languages and patterns for building a dynamic web application that will run seamlessly on mobiles also? My requirements are that it must be dynamic (push updates), support automated testing, and should allow 'componentization' (a team of devs will be working on this).
What should I check out and why?
I will start off with some of the things I'm looking at already:
Front-end
- HTML5
- CSS3
JavaScript
- AngularJs
Testing
- Karma
- Testem
- Jasmine
Patterns
- Single Page Applications
© Programmers or respective owner